home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / WWW / LineMode / vax_ultrix_cc / Makefile next >
Encoding:
Makefile  |  1992-11-15  |  754 b   |  34 lines

  1. #  Make WWW under VAX/ultrix with cc
  2. # This platform make is NOT currently tested with the W3 release
  3. #
  4. # For W3 distribution, machine type for subdirectories
  5. WWW_MACH = vax_ultrix_cc
  6.  
  7. # For ASIS installation, the ASIS code for the machine/os
  8. ASIS_MACH = none
  9.  
  10.  
  11. CFLAGS = -I$(CMN) -I$(LM) -g  -DDEBUG
  12.  
  13. CC = cc
  14. #    pfcode.o is bug fix for out-of-date ultrix (3.1) on cernvax
  15. # LFLAGS = pfcode.o -g -lresolv
  16. LFLAGS = -g
  17.  
  18.  
  19. # Directory for installed binary:
  20. BINDIR = /usr/local/unix
  21.  
  22. #_________________ OK if normal W3 distribution
  23. # Where is the WWW source root?
  24. WWW = ../..
  25.  
  26. #  Where should temporary (object) files go?
  27. WTMP = /tmp
  28.  
  29.  
  30. # Where is the W3 object library?
  31. LIBDIR = $(WWW)/Library/$(WWW_MACH)
  32.  
  33. include $(WWW)/LineMode/Implementation/CommonMakefile
  34.